Skip to content

ci: bump uv version#33

Merged
quettabit merged 1 commit intomainfrom
qb/bump-uv
Apr 14, 2026
Merged

ci: bump uv version#33
quettabit merged 1 commit intomainfrom
qb/bump-uv

Conversation

@quettabit
Copy link
Copy Markdown
Member

No description provided.

@quettabit quettabit requested a review from a team as a code owner April 14, 2026 01:25
@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Apr 14, 2026

Greptile Summary

This PR bumps uv to 0.11.6 (released April 9, 2026) and astral-sh/setup-uv to v8.0.0 (SHA-pinned). Both occurrences of the uv version — the top-level UV_VERSION env var and the hardcoded "uv-version" field in the s2-lite-integration-tests sdks JSON — are correctly updated and in sync.

Confidence Score: 5/5

Safe to merge — straightforward version bump with both uv version references correctly updated and in sync.

No P0 or P1 issues. The uv version (0.11.6) and setup-uv action (v8.0.0, SHA-pinned) are valid and up-to-date. Both occurrences of the version string are in sync as required by the inline comment.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/ci.yml Bumps uv to 0.11.6 and setup-uv to v8.0.0 (SHA-pinned); both version references are in sync.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[CI Triggered] --> B[local-checks job]
    A --> C[s2-cloud-integration-tests job]
    A --> D[build-s2-lite job]
    D --> E[s2-lite-integration-tests job]

    B --> B1["Install uv @ UV_VERSION=0.11.6\nsetup-uv v8.0.0"]
    B1 --> B2[uv sync --all-groups]
    B2 --> B3[Code quality / unit tests / docs build]

    C --> C1["Install uv @ UV_VERSION=0.11.6\nsetup-uv v8.0.0"]
    C1 --> C2[uv sync --group test]
    C2 --> C3[Integration tests]

    E --> E1["Uses hardcoded uv-version: 0.11.6\nin sdks JSON passed to external workflow"]
Loading

Reviews (1): Last reviewed commit: "initial commit" | Re-trigger Greptile

@quettabit quettabit merged commit 52b1d37 into main Apr 14, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant